Skip to main content

All Questions

Tagged with
2votes
2answers
5kviews

Struct "prototypes" in (plain)C?

As the title says, can it be done? struct Room{ char *type; //Lecture hall, laboratory, etc. char *name; int *capacity; //How may people it can hold struct Building *building; }; ...
Rares Dima's user avatar

close